home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 24 / PC Gamer IT CD 24 2-2.iso / WORDPRO / ivmacro / IVW32.EXE / 0 / RCDATA / TMODOPTIONS / TMODOPTIONS.txt
Text File  |  1997-06-12  |  5KB  |  239 lines

  1. object modOptions: TmodOptions
  2.   OnCreate = ModuleCreate
  3.   OnDestroy = modOptionsDestroy
  4.   Left = 348
  5.   Top = 152
  6.   Height = 305
  7.   Width = 411
  8.   object Executables: TBoolOption
  9.     KeyName = HKEY_LOCAL_MACHINE
  10.     ValName = 'WordFilesOnly'
  11.     Changeable = True
  12.     Remote = False
  13.     Saveable = True
  14.     Default = True
  15.     CmdOption = 'docs'
  16.     Left = 24
  17.     Top = 8
  18.   end
  19.   object SingleDir: TBoolOption
  20.     KeyName = HKEY_LOCAL_MACHINE
  21.     ValName = 'singledir'
  22.     Changeable = True
  23.     Remote = False
  24.     Saveable = True
  25.     Default = False
  26.     CmdOption = 'singledir'
  27.     Left = 24
  28.     Top = 56
  29.   end
  30.   object ExcNames: TListOption
  31.     KeyName = HKEY_LOCAL_MACHINE
  32.     ValName = 'ExcNames'
  33.     Changeable = True
  34.     Remote = False
  35.     Saveable = True
  36.     IgnoreDups = True
  37.     Left = 352
  38.     Top = 56
  39.   end
  40.   object ExcGroups: TListOption
  41.     KeyName = HKEY_LOCAL_MACHINE
  42.     ValName = 'ExcGroups'
  43.     Changeable = True
  44.     Remote = False
  45.     Saveable = True
  46.     IgnoreDups = True
  47.     Left = 352
  48.     Top = 104
  49.   end
  50.   object ExcDirs: TListOption
  51.     KeyName = HKEY_LOCAL_MACHINE
  52.     ValName = 'ExcDirs'
  53.     Changeable = True
  54.     Remote = False
  55.     Saveable = True
  56.     IgnoreDups = True
  57.     Left = 352
  58.     Top = 8
  59.   end
  60.   object DirHistory: TListOption
  61.     KeyName = HKEY_LOCAL_MACHINE
  62.     ValName = 'DirHistory'
  63.     Changeable = True
  64.     Remote = False
  65.     Saveable = True
  66.     IgnoreDups = False
  67.     Left = 152
  68.     Top = 56
  69.   end
  70.   object NoStop: TBoolOption
  71.     KeyName = HKEY_LOCAL_MACHINE
  72.     ValName = 'NoStop'
  73.     Changeable = True
  74.     Remote = False
  75.     Saveable = True
  76.     Default = False
  77.     CmdOption = 'nostop'
  78.     Left = 24
  79.     Top = 104
  80.   end
  81.   object AllDrives: TBoolOption
  82.     KeyName = HKEY_LOCAL_MACHINE
  83.     ValName = 'AllDrives'
  84.     Changeable = True
  85.     Remote = False
  86.     Saveable = True
  87.     Default = True
  88.     CmdOption = 'all'
  89.     Left = 24
  90.     Top = 152
  91.   end
  92.   object Prompt: TBoolOption
  93.     KeyName = HKEY_LOCAL_MACHINE
  94.     ValName = 'Prompt'
  95.     Changeable = True
  96.     Remote = False
  97.     Saveable = True
  98.     Default = True
  99.     CmdOption = 'prompt'
  100.     Left = 88
  101.     Top = 8
  102.   end
  103.   object Remove: TBoolOption
  104.     KeyName = HKEY_LOCAL_MACHINE
  105.     ValName = 'Remove'
  106.     Changeable = True
  107.     Remote = False
  108.     Saveable = True
  109.     Default = False
  110.     CmdOption = 'clean'
  111.     Left = 88
  112.     Top = 56
  113.   end
  114.   object ReportToFile: TBoolOption
  115.     KeyName = HKEY_LOCAL_MACHINE
  116.     ValName = 'ReportToFile'
  117.     Changeable = True
  118.     Remote = False
  119.     Saveable = True
  120.     Default = False
  121.     CmdOption = 'report2file'
  122.     Left = 216
  123.     Top = 8
  124.   end
  125.   object IVILoad: TBoolOption
  126.     KeyName = HKEY_LOCAL_MACHINE
  127.     ValName = 'IVILoad'
  128.     Changeable = True
  129.     Remote = False
  130.     Saveable = True
  131.     Default = False
  132.     Left = 280
  133.     Top = 8
  134.   end
  135.   object ReportAppend: TBoolOption
  136.     KeyName = HKEY_LOCAL_MACHINE
  137.     ValName = 'ReportAppend'
  138.     Changeable = True
  139.     Remote = False
  140.     Saveable = True
  141.     Default = False
  142.     CmdOption = 'append'
  143.     Left = 216
  144.     Top = 56
  145.   end
  146.   object RptFileName: TStrOption
  147.     KeyName = HKEY_LOCAL_MACHINE
  148.     ValName = 'RptFileName'
  149.     Changeable = True
  150.     Remote = False
  151.     Saveable = True
  152.     Default = 'ivw32.log'
  153.     CmdOption = 'rptfile'
  154.     Left = 216
  155.     Top = 104
  156.   end
  157.   object CheckDays: TIntOption
  158.     KeyName = HKEY_LOCAL_MACHINE
  159.     ValName = 'CheckDays'
  160.     Changeable = True
  161.     Remote = False
  162.     Saveable = True
  163.     Default = 0
  164.     CmdOption = 'daysold'
  165.     Left = 88
  166.     Top = 104
  167.   end
  168.   object LastDest: TStrOption
  169.     KeyName = HKEY_LOCAL_MACHINE
  170.     ValName = 'LastDest'
  171.     Changeable = True
  172.     Remote = False
  173.     Saveable = True
  174.     Left = 152
  175.     Top = 8
  176.   end
  177.   object IVIWait: TIntOption
  178.     KeyName = HKEY_LOCAL_MACHINE
  179.     ValName = 'IVIWait'
  180.     Changeable = True
  181.     Remote = False
  182.     Saveable = True
  183.     Default = 30
  184.     Left = 280
  185.     Top = 56
  186.   end
  187.   object IVIDoClean: TBoolOption
  188.     KeyName = HKEY_LOCAL_MACHINE
  189.     ValName = 'IVIDoClean'
  190.     Changeable = True
  191.     Remote = False
  192.     Saveable = True
  193.     Default = False
  194.     Left = 280
  195.     Top = 104
  196.   end
  197.   object IVIShowDlg: TBoolOption
  198.     KeyName = HKEY_LOCAL_MACHINE
  199.     ValName = 'IVIShowDlg'
  200.     Changeable = True
  201.     Remote = False
  202.     Saveable = True
  203.     Default = True
  204.     Left = 280
  205.     Top = 152
  206.   end
  207.   object IniFileName: TStrOption
  208.     KeyName = HKEY_LOCAL_MACHINE
  209.     ValName = 'IniFileName'
  210.     Changeable = True
  211.     Remote = False
  212.     Saveable = True
  213.     CmdOption = 'ini'
  214.     Left = 152
  215.     Top = 104
  216.   end
  217.   object QuietMode: TBoolOption
  218.     KeyName = HKEY_LOCAL_MACHINE
  219.     ValName = 'QuietMode'
  220.     Changeable = True
  221.     Remote = False
  222.     Saveable = False
  223.     Default = False
  224.     CmdOption = 'quiet'
  225.     Left = 24
  226.     Top = 200
  227.   end
  228.   object CanClean: TBoolOption
  229.     KeyName = HKEY_LOCAL_MACHINE
  230.     ValName = 'CanClean'
  231.     Changeable = True
  232.     Remote = False
  233.     Saveable = True
  234.     Default = True
  235.     Left = 88
  236.     Top = 152
  237.   end
  238. end
  239.